From f98b27592b2482dc89adc055073a3ee015f2424e Mon Sep 17 00:00:00 2001 From: Silas Bartha Date: Wed, 24 Apr 2024 14:03:15 -0400 Subject: Initial Commit --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..958407a --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "grex_dither_post_process" +version = "0.1.0" +edition = "2021" + +[dependencies.bevy] +version = "0.13" +features = ["dynamic_linking"] -- cgit v1.2.3