This commit is contained in:
DavidOnTop 2024-12-17 09:33:27 +01:00
commit 88b05d196f
No known key found for this signature in database
GPG key ID: 5D05538A45D5149F
6 changed files with 4013 additions and 0 deletions

10
Cargo.toml Normal file
View 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"