rust-embed v8.11.0
git clone https://git.pyrossh.dev/rust-embed
rust macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.
eeceaf9
— Bernardo
2018-10-18T20:18:47+02:00
fix symlink in appveyor
- appveyor.yml +6 -0
appveyor.yml
CHANGED
|
@@ -6,6 +6,12 @@
|
|
|
6
6
|
# Rust needs at least Visual Studio 2013 Appveyor OS for MSVC targets.
|
|
7
7
|
os: Visual Studio 2015
|
|
8
8
|
|
|
9
|
+
|
|
10
|
+
# before repo cloning
|
|
11
|
+
init:
|
|
12
|
+
- git config --global core.symlinks true
|
|
13
|
+
|
|
14
|
+
|
|
9
15
|
## Build Matrix ##
|
|
10
16
|
|
|
11
17
|
# This configuration will setup a build for each channel & target combination (12 windows
|