File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ def requirements(self):
39
39
self .requires ("fmt/[~=8.1.1]" )
40
40
self .requires ("inja/[~=3.3.0]" )
41
41
self .requires ("nlohmann_json/[~=3.10.5]" )
42
+ self .requires ("incbin/[~=0.88.0]@cloe/stable" ),
42
43
requires = [
43
44
"cloe-runtime" ,
44
45
"cloe-models" ,
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ class CloeRuntime(ConanFile):
34
34
"boost/[>=1.65.1]" ,
35
35
"inja/[~=3.3.0]" ,
36
36
"spdlog/[~=1.9.0]" ,
37
- "incbin/[~=1.74 .0]@cloe/stable" ,
37
+ "incbin/[~=0.88 .0]@cloe/stable" ,
38
38
]
39
39
40
40
_cmake = None
Original file line number Diff line number Diff line change 6
6
7
7
class IncbinConan (ConanFile ):
8
8
name = "incbin"
9
- # Note that the below version 1 .X.Y is a fictional version, where X is the
9
+ # Note that the below version 0 .X.Y is a fictional version, where X is the
10
10
# number of commits in the repository and Y is the latest iteration of our
11
11
# changes. This is necessary because incbin doesn't have a version.
12
- version = "1.74 .0"
12
+ version = "0.88 .0"
13
13
license = "Unlicense"
14
14
url = "https://github.com/graphitemaster/incbin"
15
15
git_url = "https://github.com/graphitemaster/incbin.git"
16
- git_commit = "8cefe46d5380bf5ae4b4d87832d811f6692aae44 "
16
+ git_commit = "6e576cae5ab5810f25e2631f2e0b80cbe7dc8cbf "
17
17
git_dir = "incbin"
18
18
no_copy_source = True
19
19
description = "Include binary files in C/C++"
You can’t perform that action at this time.
0 commit comments