Crates.io | wxrust-base |
lib.rs | wxrust-base |
version | 0.0.1-alpha |
source | src |
created_at | 2022-09-07 22:03:57.916929 |
updated_at | 2022-09-07 22:03:57.916929 |
description | Binding for the (part of) wxBase library of the wxWidgets toolkit. |
homepage | |
repository | |
max_upload_size | |
id | 660642 |
size | 544,873 |
This crate is a binding to the wxBase library of the wxWidgets toolkit.
This crate supports only small part of the library which is used by the wx
(wxrust
) crate.
Original C++ library supports basic non-GUI cross-platform programming, but this crate doesn't bacause there is many option already for that purpose in the Rust ecosystem.
Members of this crate are re-exported by the wx
(wxrust
) crate, so you don't need specify dependency to this crate.