Add an UTF-16 equivalent for strlcpy()

This commit is contained in:
Robbert van der Helm
2022-01-26 21:02:52 +01:00
parent 2614be26ab
commit a959f7a2ad
3 changed files with 33 additions and 0 deletions

View File

@@ -12,3 +12,4 @@ members = ["nih_plug_derive", "plugins/gain"]
nih_plug_derive = { path = "nih_plug_derive" }
# Upstream currently does not support structs with generics and comments
vst3-sys = { git = "https://github.com/robbert-vdh/vst3-sys.git", branch = "fix/vst3-macro-generics" }
widestring = "1.0.0-beta.1"