diff options
| author | Micha White <botahamec@outlook.com> | 2024-08-15 20:16:32 -0400 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2024-08-15 20:16:32 -0400 |
| commit | db9aa9f1bf49e8bede384b9ceb1e1fb82b522799 (patch) | |
| tree | 0d60727acf481f59b42ef0f74ed07c16ec562bcf /render/Cargo.toml | |
| parent | f8a80039c74332e2101a177ef3fde31ef2077224 (diff) | |
Delete stuff
Diffstat (limited to 'render/Cargo.toml')
| -rw-r--r-- | render/Cargo.toml | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/render/Cargo.toml b/render/Cargo.toml deleted file mode 100644 index 1cb523c..0000000 --- a/render/Cargo.toml +++ /dev/null @@ -1,34 +0,0 @@ -[package] -name = "alligator_render" -version = "0.1.0" -edition = "2021" -rust-version = "1.65" -publish = false - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[dependencies] -bytemuck = { version = "1", features = ["derive"] } -thiserror = "1" -profiling = "1" -wgpu = "0.18" -winit = "0.28" -image = "0.24" -cgmath = "0.18" -pollster = "0.2" -log = "0.4" - -[dev-dependencies] -tracy-client = "0.15" - -[lib] -crate-type = ["cdylib", "lib"] - -[[example]] -name = "black" - -[[example]] -name = "bmp" - -[[example]] -name = "bunnymark" |
