# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "gfx_shader_watch" version = "0.6.3" authors = ["Alex Butler "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "GFX Utility for watching shaders and reloading pipeline state on the fly" readme = "README.md" keywords = [ "graphics", "gamedev", ] license = "Apache-2.0" repository = "https://github.com/alexheretic/gfx-shader-watch" [lib] name = "gfx_shader_watch" path = "src/lib.rs" [[example]] name = "fragment-change" path = "examples/fragment_change.rs" [[example]] name = "watch-shaders" path = "examples/watch_shaders.rs" [dependencies.gfx] version = "0.18.3" [dependencies.log] version = "0.4" [dependencies.notify] version = "7" [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.gfx_device_gl] version = "0.16.2" [dev-dependencies.glutin] version = "0.32" [dev-dependencies.old_school_gfx_glutin_ext] version = "0.34" [dev-dependencies.winit] version = "0.30"