mirror of https://github.com/linebender/xilem
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:
parent
7d90585e6f
commit
37afee6ae5
|
@ -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",
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue