Skip to content

Commit

Permalink
Merge branch 'rust-css-color' of github.com:louwers/maplibre-native i…
Browse files Browse the repository at this point in the history
…nto rust-css-color
  • Loading branch information
louwers committed Jan 14, 2025
2 parents 11dafe6 + cc5bf2a commit 32b377f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rustutils/src/color.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ pub fn parse_css_color(css_str: &str) -> ffi::ParsedColor {
b: 0.0,
a: 0.0,
})
}
}
2 changes: 1 addition & 1 deletion rustutils/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mod color;
mod color;

0 comments on commit 32b377f

Please sign in to comment.