[package]
edition = "2021"
name = "rosace-scroll"
version = "0.1.0"
authors = ["ROSACE Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Scroll layer with momentum and overscroll for ROSACE"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rosace-ui/rosace"
[lib]
name = "rosace_scroll"
path = "src/lib.rs"
[dependencies.rosace-core]
version = "0.1.0"
[dependencies.rosace-layout]
version = "0.1.0"
[dependencies.rosace-render]
version = "0.1.0"
[dependencies.rosace-state]
version = "0.1.0"
[dependencies.rosace-trace]
version = "0.1.0"