Skip to content

Commit 5e9e349

Browse files
committed
Fix dependencies
1 parent 6245cea commit 5e9e349

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Project.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,18 @@ authors = ["Jan Bruedigam"]
44
version = "0.6.0"
55

66
[deps]
7-
BinDeps = "9e28174c-4ba2-5203-b857-d8d62c4213ee"
87
Blink = "ad839575-38b3-5650-b840-f874b8c74a25"
98
ConstrainedDynamics = "65b0d8a9-e9fd-4f02-8653-a7163c490b26"
109
CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298"
1110
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
12-
FFMPEG = "c87230d0-a227-11e9-1b43-d7ebe4e7570a"
1311
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
1412
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1513
MeshCat = "283c5d60-a78f-5afe-a0af-af636b173e11"
1614
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1715

1816
[compat]
19-
BinDeps = "<1.0, 1.0"
2017
Blink = "<0.12.5, 0.12.5"
18+
ConstrainedDynamics = "0.9.0, 0.9.1"
2119
CoordinateTransformations = "<0.6.2, 0.6.2"
2220
DocStringExtensions = "<0.8.6, 0.8.6"
2321
GeometryBasics = "<0.4.2, 0.4.2"

src/video.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function convertvideo(file; pathout::String=splitdir(file)[1], filenameout::Stri
1616
return
1717
end
1818

19-
# Fix for Windows video creation
19+
# # Fix for Windows video creation
2020
# function convert_frames_to_video(tar_file_path::AbstractString, output_path::AbstractString="output.mp4"; framerate=60, overwrite=false)
2121
# output_path = abspath(output_path)
2222
# if !isfile(tar_file_path)

0 commit comments

Comments
 (0)