mirror of
https://github.com/mileswolfallen2/browser.git
synced 2026-09-08 11:23:18 +00:00
23 lines
362 B
TOML
23 lines
362 B
TOML
[package]
|
|
name = "browser"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
egui = "0.36.1"
|
|
egui-wgpu = "0.36.1"
|
|
egui-winit = "0.36.1"
|
|
env_logger = "0.11.11"
|
|
euclid = "0.22"
|
|
image = "0.25"
|
|
keyboard-types = "0.8"
|
|
log = "0.4.33"
|
|
objc2 = "0.6"
|
|
objc2-quartz-core = "0.3"
|
|
pollster = "0.4"
|
|
rustls = "0.23"
|
|
servo = "0.5.0"
|
|
url = "2"
|
|
wgpu = "30.0.0"
|
|
winit = "0.30.13"
|