Add polished UX: tabs, kinetic scroll, animations, search, typography

This commit is contained in:
2026-02-14 11:53:55 +02:00
parent b977d224a5
commit 758a93c9f6
26 changed files with 2762 additions and 469 deletions

View File

@@ -1,5 +1,5 @@
[package]
name = "darkmark"
name = "vesper"
version = "0.1.0"
description = "A beautiful markdown reader"
authors = ["lashman"]
@@ -8,7 +8,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "darkmark_lib"
name = "vesper_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]