dioxus-floating 0.3.1

A floating positioning engine for Dioxus 0.7. Handles flips, shifts, and scrollable containers with ease.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "dioxus-floating"
version = "0.3.1"
authors = ["Alexandr <flatbusy@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A floating positioning engine for Dioxus 0.7. Handles flips, shifts, and scrollable containers with ease."
readme = "README.md"
keywords = [
    "dioxus",
    "ui",
    "floating",
    "dropdown",
    "context-menu",
]
categories = [
    "gui",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Blarx/dioxus-floating"

[lib]
name = "dioxus_floating"
path = "src/lib.rs"

[[example]]
name = "context_menu"
path = "examples/context_menu.rs"

[[example]]
name = "dropdown"
path = "examples/dropdown.rs"

[dependencies.dioxus]
version = "0.7"

[dependencies.gloo-timers]
version = "0.3"
features = ["futures"]