Skip to content

Commit

Permalink
Rename sixtyfps-rs-macro to sixtyfps-macros
Browse files Browse the repository at this point in the history
  • Loading branch information
ogoffart committed Oct 13, 2020
1 parent ba80d6f commit a650f29
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ members = [
'sixtyfps_compiler',
'sixtyfps_compiler/parser_test_macro',
'api/sixtyfps-rs',
'api/sixtyfps-rs/sixtyfps-rs-macro',
'api/sixtyfps-rs/sixtyfps-macros',
'api/sixtyfps-rs/sixtyfps-build',
'api/sixtyfps-node/native',
'api/sixtyfps-wasm-interpreter',
Expand Down
2 changes: 1 addition & 1 deletion api/sixtyfps-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ wayland = ["sixtyfps-rendering-backend-default/wayland"]

[dependencies]
once_cell = "1.4"
sixtyfps-rs-macro= { version = "=0.0.1", path = "sixtyfps-rs-macro" }
sixtyfps-macros = { version = "=0.0.1", path = "sixtyfps-macros" }
const-field-offset = { version = "0.1", path = "../../helper_crates/const-field-offset" }
vtable = { version = "0.1", path = "../../helper_crates/vtable" }
sixtyfps-corelib = { version = "=0.0.1", path="../../sixtyfps_runtime/corelib" }
Expand Down
2 changes: 1 addition & 1 deletion api/sixtyfps-rs/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "sixtyfps-rs-macro"
name = "sixtyfps-macros"
version = "0.0.1"
authors = ["SixtyFPS <info@sixtyfps.io>"]
edition = "2018"
Expand Down
File renamed without changes.

0 comments on commit a650f29

Please sign in to comment.