# 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 = "drawing_examples" version = "0.4.0" authors = ["Marek Gibek "] description = "Examples for 2D graphics library" readme = "README.md" keywords = [ "graphics", "2d", "draw", "canvas", "opengl", ] categories = [ "graphics", "rendering::graphics-api", "visualization", ] license = "MIT OR Apache-2.0" repository = "https://github.com/marek-g/rust-drawing" resolver = "1" [[bin]] name = "simple-winit" path = "src/simple-winit.rs" [[bin]] name = "simple-fui-system" path = "src/simple-fui-system.rs" [[bin]] name = "multiwindow-winit" path = "src/multiwindow-winit.rs" [[bin]] name = "multiwindow-fui-system" path = "src/multiwindow-fui-system.rs" [dependencies.cpu-time] version = "1.0" [dependencies.drawing] version = "0.4" [dependencies.drawing_gl] version = "0.4" [dependencies.euclid] version = "0.22" [dependencies.fui_system] version = "0.13" [dependencies.gl] version = "0.14" [dependencies.glutin] version = "0.28" [dependencies.rust-embed] version = "8.4" [dependencies.winit] version = "0.26"