# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "dmc" version = "0.1.0" authors = ["Yoan Lecoq "] build = "build.rs" description = "(placeholder) Idiomatic replacement for SDL2.\nThe acronym originally stood for DirectMedia Crate." documentation = "https://docs.rs/dmc" keywords = ["sdl2"] categories = ["multimedia", "game-engines"] license = "MIT/Apache-2.0" repository = "https://github.com/yoanlcq/fate" [dependencies.num-traits] version = "0.1.37" [dependencies.uuid] version = "0.5" [target."cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.x11] version = "2.14.0" features = ["xlib", "glx"]