Rename sixtyfps-rs-macro to sixtyfps-macros

This commit is contained in:
Olivier Goffart 2020-10-13 11:10:26 +02:00
parent ba80d6f515
commit a650f29abe
5 changed files with 4 additions and 4 deletions

View file

@ -108,7 +108,7 @@ The follow table summarizes the entire mapping:
#![warn(missing_docs)]
#![deny(unsafe_code)]
pub use sixtyfps_rs_macro::sixtyfps;
pub use sixtyfps_macros::sixtyfps;
pub use sixtyfps_corelib::model::{
Model, ModelHandle, ModelNotify, ModelPeer, StandardListViewItem, VecModel,