mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 13:10:54 +00:00
c4110edb78
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
13 lines
No EOL
183 B
TOML
13 lines
No EOL
183 B
TOML
[package]
|
|
name = "io_surface"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
path = "src/io_surface.rs"
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
block = "0.1"
|
|
core-foundation = "0.9.3"
|
|
objc = "0.2" |