summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2022-10-20 20:39:44 -0400
committerMicha White <botahamec@outlook.com>2022-10-20 20:39:44 -0400
commit93347346e8bd8f7412ae03a0858dd307a1df2e0d (patch)
tree17805956857c76b5fed3f47a821fcdf6141cf7a6 /Cargo.toml
parente337741969160603f06a7f2b30cda375eeef99fb (diff)
Moved files into workspace
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml36
1 files changed, 3 insertions, 33 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 01c5738..f5f9bfb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,33 +1,3 @@
-[package]
-name = "alligator_render"
-version = "0.1.0"
-edition = "2021"
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
-[dependencies]
-winit = "0.27"
-log = "0.4"
-wgpu = "0.14"
-thiserror = "1"
-pollster = "0.2"
-bytemuck = { version = "1.4", features = ["derive"] }
-cgmath = "0.18"
-image = "0.24"
-texture_packer = "0.24"
-profiling = "1"
-tracy-client = { version = "0.14", optional = true }
-dhat = "0.3"
-
-[lib]
-crate-type = ["cdylib", "lib"]
-
-[features]
-dhat = []
-profile-with-tracy = ["tracy-client", "profiling/profile-with-tracy"]
-
-[[example]]
-name = "black"
-
-[[example]]
-name = "bmp"
+[workspace]
+members = ["alligator_render"]
+resolver = "2" \ No newline at end of file