mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 14:20:04 -04:00
Improve docs, especially of epaint, and add epaint/CHANGELOG.md
This commit is contained in:
@@ -24,9 +24,9 @@ all-features = true
|
||||
|
||||
[dependencies]
|
||||
# Add compatability with https://github.com/kvark/mint
|
||||
bytemuck = { version = "1.7.2", features = ["derive"], optional = true }
|
||||
mint = { version = "0.5.6", optional = true }
|
||||
serde = { version = "1", features = ["derive"], optional = true }
|
||||
bytemuck = { version = "1.7.2", features = ["derive"], optional = true }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
||||
@@ -358,8 +358,8 @@ fn test_normalized_angle() {
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
/// An assert that is only active when `egui` is compiled with the `egui_assert` feature
|
||||
/// or with the `debug_egui_assert` feature in debug builds.
|
||||
/// An assert that is only active when `emath` is compiled with the `extra_asserts` feature
|
||||
/// or with the `extra_debug_asserts` feature in debug builds.
|
||||
#[macro_export]
|
||||
macro_rules! emath_assert {
|
||||
($($arg: tt)*) => {
|
||||
|
||||
Reference in New Issue
Block a user