# 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 = "2018" name = "sixtyfps-viewer" version = "0.1.6" authors = ["SixtyFPS "] description = "Viewer binary for SixtyFPS" homepage = "https://sixtyfps.io" keywords = ["viewer", "gui", "ui", "toolkit"] categories = ["gui", "development-tools"] license = "(GPL-3.0-only OR LicenseRef-SixtyFPS-commercial)" repository = "https://github.com/sixtyfpsui/sixtyfps" resolver = "2" [[bin]] name = "sixtyfps-viewer" path = "main.rs" [dependencies.clap] version = "3.0.5" features = ["derive", "wrap_help"] [dependencies.codemap] version = "0.1" [dependencies.codemap-diagnostic] version = "0.1.1" [dependencies.notify] version = "4.0.15" [dependencies.serde_json] version = "1" [dependencies.shlex] version = "1" [dependencies.sixtyfps-corelib] version = "=0.1.6" [dependencies.sixtyfps-interpreter] version = "=0.1.6" features = ["display-diagnostics"] default-features = false [dependencies.sixtyfps-rendering-backend-default] version = "=0.1.6" [dependencies.spin_on] version = "0.1" [dependencies.vtable] version = "0.1" [features] default = ["sixtyfps-backend-qt", "sixtyfps-backend-gl", "x11"] sixtyfps-backend-gl = ["sixtyfps-interpreter/backend-gl"] sixtyfps-backend-qt = ["sixtyfps-interpreter/backend-qt"] wayland = ["sixtyfps-interpreter/wayland"] x11 = ["sixtyfps-interpreter/x11"]