Rename `masonry_core` directory to `masonry`. (#968)

#966 renamed Masonry crates. This PR renames the `masonry` crate
directory to match the crate name.
This commit is contained in:
Kaur Kuut 2025-05-09 14:43:01 +03:00 committed by GitHub
parent 7d90585e6f
commit 37afee6ae5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
241 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ seeked = "seeked" # Part of the HTML standard
# Include .github, .cargo, etc.
ignore-hidden = false
extend-exclude = [
"masonry_core/resources/i18n",
"masonry/resources/i18n",
# /.git isn't in .gitignore, because git never tracks it.
# Typos doesn't know that, though.
"/.git",

View File

@ -3,7 +3,7 @@ resolver = "2"
members = [
"xilem",
"xilem_core",
"masonry_core",
"masonry",
"masonry_winit",
"xilem_web",
@ -85,7 +85,7 @@ clippy.wildcard_dependencies = "warn"
# END LINEBENDER LINT SET
[workspace.dependencies]
masonry = { version = "0.2.0", path = "masonry_core" }
masonry = { version = "0.2.0", path = "masonry" }
masonry_winit = { version = "0.2.0", path = "masonry_winit" }
xilem_core = { version = "0.1.0", path = "xilem_core" }
tree_arena = { version = "0.1.0", path = "tree_arena" }

Some files were not shown because too many files have changed in this diff Show More