Andrea Ciliberti
cdd31d3091
Fmt
12 months ago
Andrea Ciliberti
fcbbf0ef30
Fix tests
12 months ago
Andrea Ciliberti
b92074d35a
Fmt
12 months ago
Andrea Ciliberti
1413bfa201
New filter callback
12 months ago
Andrea Ciliberti
366f4d4b1b
Zero bufsize for parental lock
12 months ago
Andrea Ciliberti
a727feb11c
Fixed nits
12 months ago
Andrea Ciliberti
0c302e8d23
Fix lints
12 months ago
Andrea Ciliberti
84b95a9d4c
Fmt and lints
1 year ago
Andrea Ciliberti
815aa610dc
Still thinking about the filter callbacks...
1 year ago
Andrea Ciliberti
fa613c25cb
Working filter callback
1 year ago
Andrea Ciliberti
95faa5f2a7
SWKBD method additions and doc tests
1 year ago
Andrea Ciliberti
f39a5260fb
Better num-buttons and docs
1 year ago
Andrea Ciliberti
ab9713941c
Split parental lock into a different type
1 year ago
Andrea Ciliberti
64bdc8bfcf
Merge branch 'master' of https://github.com/rust3ds/ctru-rs into fix/applets
1 year ago
Andrea Ciliberti
7a86507182
Fix todo and start working on swkbd
1 year ago
Meziu
2b0e7fe533
Merge pull request #146 from rust3ds/fix/docs-github-pages-followup
...
Fix broken link and use proper branch name for docs workflow
1 year ago
Ian Chamberlain
adc242486f
Fix broken link and use proper branch name
1 year ago
Meziu
d4b3a2994f
Merge pull request #145 from rust3ds/feature/gh-pages-docs
...
Initial docs workflow for Github Pages
1 year ago
Meziu
727d594a66
Merge pull request #141 from rust3ds/fix/cleanup-sys-version-checking
...
Clean up ctru-sys version checking
1 year ago
Ian Chamberlain
0e7b139c7b
Export ctru version vars via build script
...
`rustc-env` only works for the current crate, but plain keys work for
dependent crates via the `DEP_CTRU` keys, which is probably more useful in
general.
1 year ago
Ian Chamberlain
6f8f20484a
Initial docs workflow for Github Pages
1 year ago
Meziu
9406f5d402
Merge pull request #137 from rust3ds/camera-and-more
...
Camera rework and small fixes
1 year ago
Andrea Ciliberti
1f72bfd9d8
remove reference to panic hook
1 year ago
Andrea Ciliberti
39bd6c2717
Remove panic handler
1 year ago
Meziu
ccc9dbf571
Update ctru-rs/examples/movement.rs
...
Co-authored-by: Ian Chamberlain <ian-h-chamberlain@users.noreply.github.com>
1 year ago
Ian Chamberlain
86bbb6fd0c
Defer to RUSTFLAGS when linking libctru
1 year ago
Andrea Ciliberti
73aac708f1
Fix gfx nits
1 year ago
Andrea Ciliberti
42b6f27fa6
Fix tests
1 year ago
Andrea Ciliberti
8addde71b4
Docs
1 year ago
Andrea Ciliberti
3e2861323f
Revert trim clamping
1 year ago
Andrea Ciliberti
28a8b08f09
Fmt and docs lints
1 year ago
Andrea Ciliberti
99814fd5a1
Finish up trimming
1 year ago
Andrea Ciliberti
079f3bdc3c
Fixed nits and suggestions
1 year ago
Andrea Ciliberti
4b0b966026
Fix errors
1 year ago
Meziu
222e37ced7
Merge branch 'master' into camera-and-more
1 year ago
Ian Chamberlain
b14cdf10f1
Update README for new versioning scheme + env vars
1 year ago
Ian Chamberlain
4d718c4100
Merge pull request #139 from adryzz/swkbd-initial-text
...
add `set_initial_text` swkbd method
1 year ago
Ian Chamberlain
586f329c7a
Test all packages in CI
...
Since the linker issues are fixed by previous changes we should be able
to run CI without `--package` and test the whole workspace instead.
1 year ago
Ian Chamberlain
7d201d825b
Always link ctru, for now
...
Also add a little extra description helper for unknown error types in
ctru::error
1 year ago
Ian Chamberlain
12f0fa77d3
Clean up ctru-sys version checking
...
- Don't issue a warning for "mismatched version" since the new bindings
make this irrelevant
- Minor build script refactoring and code cleanup
- Output a `release` version (-X) for libctru env vars
- Revert version to 0.5.0, which is higher than we were using before the
major 22.x version but should be ok since we never released to crates.io
1 year ago
Lena
2e442752b4
add `set_initial_text` swkbd method
1 year ago
Ian Chamberlain
a636722b49
Merge pull request #135 from rust3ds/ci/reusable-actions
...
Use external actions / test runner crate so we can actually run our tests!
1 year ago
Ian Chamberlain
0ff7cae9b4
Clean up minor leftover comments
1 year ago
Ian Chamberlain
8a727d15fc
Merge branch 'master' into ci/reusable-actions
1 year ago
Ian Chamberlain
1bf09fb5a1
Merge pull request #136 from rust3ds/feature/os-hardware-wrappers
...
Add `os` module for querying OS and hardware state
1 year ago
Andrea Ciliberti
c8e38a6fe4
Final lint fixing?
1 year ago
Andrea Ciliberti
6afad4dceb
Even more lints
1 year ago
Andrea Ciliberti
fdd836ba9d
Fix lints
1 year ago
Andrea Ciliberti
0ec4c92fbc
3D images without stereo calibration
1 year ago
Ian Chamberlain
421a09bc37
Remove references to test_runner temporarily
1 year ago