# 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 = "frag" version = "0.1.6" authors = ["Cody Bloemhard "] description = "A simple crate to do live shader coding and rendering shaders to video." readme = "README.md" keywords = [ "opengl", "shader", "fragment", "mp4", "rendering", ] categories = ["graphics"] license = "GPL-3.0-only" repository = "https://github.com/codybloemhard/frag" [lib] name = "frag" path = "src/lib.rs" [[bin]] name = "testbin" path = "src/bin.rs" [dependencies.gl] version = "0.14.0" [dependencies.hotwatch] version = "0.5.0" [dependencies.png] version = "0.17.13" [dependencies.sdl2] version = "0.36.0"