update to use skulpin branch with optional sdl embed

macos-click-through
keith 5 years ago
parent f25d317b1b
commit bb64fe6ca6

2
Cargo.lock generated

@ -1792,7 +1792,7 @@ dependencies = [
[[package]]
name = "skulpin"
version = "0.5.2"
source = "git+https://github.com/Kethku/skulpin?branch=sdl2#9c62459e55d46c824c16135f73a93b7f3c85a908"
source = "git+https://github.com/Kethku/skulpin?branch=optional-sdl-embed#1a51128833bd6483a8a5f24e7ce311a837da4819"
dependencies = [
"ash",
"cocoa",

@ -6,12 +6,16 @@ edition = "2018"
build = "build.rs"
description = "A simple GUI for Neovim."
[features]
default = ["sdl2-static-link"]
sdl2-static-link = ["skulpin/sdl2-static-link"]
[dependencies]
euclid = "0.20.7"
font-kit = "0.5.0"
skribo = { git = "https://github.com/linebender/skribo" }
lru = "0.4.3"
skulpin = { git = "https://github.com/Kethku/skulpin", branch = "sdl2" }
skulpin = { git = "https://github.com/Kethku/skulpin", branch = "optional-sdl-embed" }
# skulpin = { path = "../skulpin" }
derive-new = "0.5"
rmpv = "0.4.4"

Loading…
Cancel
Save