Ian Chamberlain
3 years ago
10 changed files with 25 additions and 10 deletions
@ -1,5 +1,18 @@
@@ -1,5 +1,18 @@
|
||||
target |
||||
# Generated by Cargo |
||||
# will have compiled files and executables |
||||
debug/ |
||||
target/ |
||||
|
||||
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries |
||||
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html |
||||
Cargo.lock |
||||
|
||||
# These are backup files generated by rustfmt |
||||
**/*.rs.bk |
||||
|
||||
# MSVC Windows builds of rustc generate these, which store debugging information |
||||
*.pdb |
||||
|
||||
# Can be used for local development to set a custom toolchain |
||||
rust-toolchain |
||||
rust-toolchain.toml |
||||
|
@ -1,9 +1,2 @@
@@ -1,9 +1,2 @@
|
||||
[package] |
||||
name = "citro3d-sys" |
||||
version = "0.1.0" |
||||
authors = ["panicbit <panicbit.dev@gmail.com>"] |
||||
edition = "2021" |
||||
|
||||
[dependencies] |
||||
libc = "0.2.116" |
||||
ctru-sys = { path = "../ctru-rs/ctru-sys" } |
||||
[workspace] |
||||
members = ["citro3d-sys"] |
||||
|
@ -0,0 +1,9 @@
@@ -0,0 +1,9 @@
|
||||
[package] |
||||
name = "citro3d-sys" |
||||
version = "0.1.0" |
||||
authors = ["panicbit <panicbit.dev@gmail.com>"] # TODO update author? |
||||
edition = "2021" |
||||
|
||||
[dependencies] |
||||
libc = "0.2.116" |
||||
ctru-sys = { path = "../../ctru-rs/ctru-sys" } |
Loading…
Reference in new issue