orbtk-core

Crates.ioorbtk-core
lib.rsorbtk-core
version0.3.1-alpha4
sourcesrc
created_at2022-03-25 06:47:22.610564
updated_at2022-03-25 06:47:22.610564
descriptionCore crate that provides base api and elements for OrbTk like widgets basis.
homepage
repositoryhttps://github.com/redox-os/orbtk
max_upload_size
id556092
size324,446
Florian Blasius (FloVanGH)

documentation

README

orbtk_core

Provides base traits and structs for application, widgets and properties. It's part of OrbTk - The Rust UI-Toolkit.

Build and test MIT licensed

Dependencies

  • dces (MIT): Entity Component System
  • ron (Apache 2.0, MIT): Save settings to ron file
  • serde (Apache 2.0, MIT): serialize, deserialize setting objects
  • dirs (Apache 2.0, MIT): platform-specific, user-accessible locations
  • raw-window-handle (MIT): access to a window's platform-specific raw window handle

License

Licensed under MIT license (LICENSE).

Commit count: 2289

cargo fmt