# 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" rust-version = "1.76" name = "egui_dock" version = "0.14.0" authors = [ "lain-dono", "Adam Gąsior (Adanos020)", ] build = false include = [ "src/**/*.rs", "Cargo.toml", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Docking system for egui - an immediate-mode GUI library for Rust" readme = "README.md" categories = [ "gui", "game-development", ] license = "MIT" repository = "https://github.com/Adanos020/egui_dock" [lib] name = "egui_dock" path = "src/lib.rs" [dependencies.duplicate] version = "2.0" [dependencies.egui] version = "0.29" default-features = false [dependencies.paste] version = "1.0" [dependencies.serde] version = "1" features = ["derive"] optional = true [dev-dependencies.eframe] version = "0.29" features = [ "default_fonts", "glow", ] default-features = false [features] default = [] serde = [ "dep:serde", "egui/serde", ]