Rename selector::visible_bounds to delineate

This commit is contained in:
Héctor Ramón Jiménez 2025-09-17 23:59:05 +02:00
parent 611f89fc59
commit afac7be7d1
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
4 changed files with 11 additions and 13 deletions

14
Cargo.lock generated
View file

@ -1210,6 +1210,13 @@ version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
[[package]]
name = "delineate"
version = "0.1.0"
dependencies = [
"iced",
]
[[package]]
name = "deranged"
version = "0.5.3"
@ -6557,13 +6564,6 @@ version = "0.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "051eb1abcf10076295e815102942cc58f9d5e3b4560e46e53c21e8ff6f3af7b1"
[[package]]
name = "visible_bounds"
version = "0.1.0"
dependencies = [
"iced",
]
[[package]]
name = "voronator"
version = "0.2.1"