init
This commit is contained in:
commit
88b05d196f
6 changed files with 4013 additions and 0 deletions
10
Cargo.toml
Normal file
10
Cargo.toml
Normal file
|
@ -0,0 +1,10 @@
|
|||
[package]
|
||||
name = "cs-project"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
cxx = "1.0.135"
|
||||
eframe = { version = "0.30.0", features = ["wgpu"] }
|
||||
tracing = { version = "0.1.41", features = ["release_max_level_info"] }
|
||||
tracing-subscriber = "0.3.19"
|
Loading…
Add table
Add a link
Reference in a new issue