mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 00:59:22 -05:00
Removed unnecessarry changes
This commit is contained in:
parent
7bd54edb2d
commit
d18c3c45fd
1 changed files with 65 additions and 65 deletions
130
Cargo.toml
130
Cargo.toml
|
@ -6,11 +6,11 @@ authors = ["Marc-Stefan Cassola"]
|
||||||
categories = ["gui", "web-programming"]
|
categories = ["gui", "web-programming"]
|
||||||
description = "Collection of essential Leptos utilities inspired by SolidJS USE / VueUse"
|
description = "Collection of essential Leptos utilities inspired by SolidJS USE / VueUse"
|
||||||
exclude = ["examples/", "tests/"]
|
exclude = ["examples/", "tests/"]
|
||||||
homepage = "https://leptos-use.rs"
|
|
||||||
keywords = ["leptos", "utilities"]
|
keywords = ["leptos", "utilities"]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/Synphonyte/leptos-use"
|
repository = "https://github.com/Synphonyte/leptos-use"
|
||||||
|
homepage = "https://leptos-use.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = { version = "4", optional = true, default-features = false }
|
actix-web = { version = "4", optional = true, default-features = false }
|
||||||
|
@ -36,71 +36,71 @@ wasm-bindgen = "0.2.88"
|
||||||
wasm-bindgen-futures = "0.4"
|
wasm-bindgen-futures = "0.4"
|
||||||
|
|
||||||
[dependencies.web-sys]
|
[dependencies.web-sys]
|
||||||
version = "0.3"
|
version = "0.3.65"
|
||||||
features = [
|
features = [
|
||||||
"AddEventListenerOptions",
|
"AddEventListenerOptions",
|
||||||
"BinaryType",
|
"BinaryType",
|
||||||
"Coordinates",
|
"Coordinates",
|
||||||
"CloseEvent",
|
"CloseEvent",
|
||||||
"CssStyleDeclaration",
|
"CssStyleDeclaration",
|
||||||
"CustomEvent",
|
"CustomEvent",
|
||||||
"CustomEventInit",
|
"CustomEventInit",
|
||||||
"DisplayMediaStreamConstraints",
|
"DisplayMediaStreamConstraints",
|
||||||
"DomRect",
|
"DomRect",
|
||||||
"DomRectReadOnly",
|
"DomRectReadOnly",
|
||||||
"DataTransfer",
|
"DataTransfer",
|
||||||
"DragEvent",
|
"DragEvent",
|
||||||
"Element",
|
"Element",
|
||||||
"EventListener",
|
"EventListener",
|
||||||
"EventListenerOptions",
|
"EventListenerOptions",
|
||||||
"EventTarget",
|
"EventTarget",
|
||||||
"File",
|
"File",
|
||||||
"FileList",
|
"FileList",
|
||||||
"Geolocation",
|
"Geolocation",
|
||||||
"HtmlDocument",
|
"HtmlDocument",
|
||||||
"HtmlElement",
|
"HtmlElement",
|
||||||
"HtmlLinkElement",
|
"HtmlLinkElement",
|
||||||
"HtmlStyleElement",
|
"HtmlStyleElement",
|
||||||
"IntersectionObserver",
|
"IntersectionObserver",
|
||||||
"IntersectionObserverInit",
|
"IntersectionObserverInit",
|
||||||
"IntersectionObserverEntry",
|
"IntersectionObserverEntry",
|
||||||
"MediaDevices",
|
"MediaDevices",
|
||||||
"MediaQueryList",
|
"MediaQueryList",
|
||||||
"MediaStream",
|
"MediaStream",
|
||||||
"MediaStreamTrack",
|
"MediaStreamTrack",
|
||||||
"MouseEvent",
|
"MouseEvent",
|
||||||
"MutationObserver",
|
"MutationObserver",
|
||||||
"MutationObserverInit",
|
"MutationObserverInit",
|
||||||
"MutationRecord",
|
"MutationRecord",
|
||||||
"Navigator",
|
"Navigator",
|
||||||
"NodeList",
|
"NodeList",
|
||||||
"Notification",
|
"Notification",
|
||||||
"NotificationDirection",
|
"NotificationDirection",
|
||||||
"NotificationOptions",
|
"NotificationOptions",
|
||||||
"NotificationPermission",
|
"NotificationPermission",
|
||||||
"PointerEvent",
|
"PointerEvent",
|
||||||
"Position",
|
"Position",
|
||||||
"PositionError",
|
"PositionError",
|
||||||
"PositionOptions",
|
"PositionOptions",
|
||||||
"ResizeObserver",
|
"ResizeObserver",
|
||||||
"ResizeObserverBoxOptions",
|
"ResizeObserverBoxOptions",
|
||||||
"ResizeObserverEntry",
|
"ResizeObserverEntry",
|
||||||
"ResizeObserverOptions",
|
"ResizeObserverOptions",
|
||||||
"ResizeObserverSize",
|
"ResizeObserverSize",
|
||||||
"ScrollBehavior",
|
"ScrollBehavior",
|
||||||
"ScrollToOptions",
|
"ScrollToOptions",
|
||||||
"ServiceWorker",
|
"ServiceWorker",
|
||||||
"ServiceWorkerContainer",
|
"ServiceWorkerContainer",
|
||||||
"ServiceWorkerRegistration",
|
"ServiceWorkerRegistration",
|
||||||
"ServiceWorkerState",
|
"ServiceWorkerState",
|
||||||
"Storage",
|
"Storage",
|
||||||
"StorageEvent",
|
"StorageEvent",
|
||||||
"Touch",
|
"Touch",
|
||||||
"TouchEvent",
|
"TouchEvent",
|
||||||
"TouchList",
|
"TouchList",
|
||||||
"VisibilityState",
|
"VisibilityState",
|
||||||
"WebSocket",
|
"WebSocket",
|
||||||
"Window",
|
"Window",
|
||||||
]
|
]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
Loading…
Add table
Reference in a new issue