diff --git a/.xlings.json b/.xlings.json index a5885cf..ea8d84f 100644 --- a/.xlings.json +++ b/.xlings.json @@ -1,5 +1,5 @@ { "workspace": { - "xim:mcpp": "0.0.97" + "xim:mcpp": "0.0.100" } } diff --git a/mcpp.toml b/mcpp.toml index b2080b5..81f3b8d 100644 --- a/mcpp.toml +++ b/mcpp.toml @@ -1,10 +1,10 @@ [package] name = "ffmpeg" -version = "0.0.2" +version = "0.0.3" description = "FFmpeg C++ modules for mcpp (import ffmpeg.av;) on top of the compat.ffmpeg source build" license = "MIT" repo = "https://github.com/mcpplibs/ffmpeg-m" -platforms = ["linux", "macos"] +platforms = ["linux", "macos", "windows"] [targets.ffmpeg] kind = "lib"