Skip to content

Commit

Permalink
Merge pull request #360 from kas-gui/work
Browse files Browse the repository at this point in the history
Update macros to use impl-tools v0.5.2 (singleton!)
  • Loading branch information
dhardy committed Oct 8, 2022
2 parents 935c7d1 + 711c1ce commit 7993fb5
Show file tree
Hide file tree
Showing 15 changed files with 181 additions and 724 deletions.
2 changes: 1 addition & 1 deletion crates/kas-core/src/prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pub use crate::geom::{Coord, Offset, Rect, Size};
#[doc(no_inline)]
pub use crate::layout::{Align, AlignPair, AxisInfo, SizeRules, Stretch};
#[doc(no_inline)]
pub use crate::macros::{autoimpl, impl_default, impl_scope, impl_singleton, widget, widget_index};
pub use crate::macros::{autoimpl, impl_default, impl_scope, singleton, widget, widget_index};
#[doc(no_inline)]
pub use crate::text::AccelString;
#[doc(no_inline)]
Expand Down
2 changes: 1 addition & 1 deletion crates/kas-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ proc-macro-error = "1.0"
bitflags = "1.3.1"

[dependencies.impl-tools-lib]
version = "0.5.1" # version used in doc links
version = "0.5.2" # version used in doc links

[dependencies.syn]
version = "1.0.14"
Expand Down
Loading

0 comments on commit 7993fb5

Please sign in to comment.