File tree 4 files changed +13
-14
lines changed
4 files changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ install:
33
33
- conda update -q conda
34
34
- conda info -a
35
35
# Install host dependencies
36
- - conda install cppzmq xproperty xwidgets=0.23.0 -c conda-forge
36
+ - conda install cppzmq xproperty xwidgets=0.24.1 -c conda-forge
37
37
# Install build dependencies
38
38
- conda install cmake -c conda-forge
39
39
- cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX=%MINICONDA%\\LIBRARY -DDOWNLOAD_GTEST=ON .
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ install:
18
18
- conda config --set always_yes yes --set changeps1 no
19
19
- conda update -q conda
20
20
# Install host dependencies
21
- - conda install cppzmq xproperty xwidgets=0.23.0 -c conda-forge
21
+ - conda install cppzmq xproperty xwidgets=0.24.1 -c conda-forge
22
22
# Install build dependencies
23
23
- conda install gtest cmake -c conda-forge
24
24
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
Original file line number Diff line number Diff line change @@ -46,17 +46,16 @@ make install
46
46
47
47
All the dependencies of xleaflet are available for the conda package manager.
48
48
49
- | ` xwebrtc ` | ` xwidgets ` | ` xeus ` |
50
- | ------------| -------------| -----------------|
51
- | master | ~ 0.23.0 | ~ 0.24.1 |
52
- | 0.6.0 | ~ 0.23.0 | ~ 0.24.1 |
53
- | 0.5.0 | ~ 0.20.0 | ~ 0.23.3 |
54
- | 0.4.1 | ~ 0.16.1 | ~ 0.18.1 |
55
- | 0.4.0 | ~ 0.16.0 | ~ 0.18.1 |
56
- | 0.3.0 | ~ 0.15.0 | ~ 0.17.0 |
57
- | 0.2.0 | ~ 0.14.0 | ~ 0.15.0 |
58
- | 0.1.1 | ~ 0.13.1 | ~ 0.14.1 |
59
- | 0.1.0 | ~ 0.13.0 | ~ 0.13 |
49
+ | ` xwebrtc ` | ` xwidgets ` | ` xeus ` |
50
+ | ------------| ---------------| -----------------|
51
+ | master | >=0.23.0,<25 | >=0.24.1,<26 |
52
+ | 0.6.1 | >=0.23.0,<25 | >=0.24.1,<26 |
53
+ | 0.6.0 | ~ 0.23.0 | ~ 0.24.1 |
54
+ | 0.5.0 | ~ 0.20.0 | ~ 0.23.3 |
55
+ | 0.4.1 | ~ 0.16.1 | ~ 0.18.1 |
56
+ | 0.4.0 | ~ 0.16.0 | ~ 0.18.1 |
57
+ | 0.3.0 | ~ 0.15.0 | ~ 0.17.0 |
58
+ | 0.2.0 | ~ 0.14.0 | ~ 0.15.0 |
60
59
61
60
## License
62
61
Original file line number Diff line number Diff line change 24
24
// Project version
25
25
#define XWEBRTC_VERSION_MAJOR 0
26
26
#define XWEBRTC_VERSION_MINOR 6
27
- #define XWEBRTC_VERSION_PATCH 0
27
+ #define XWEBRTC_VERSION_PATCH 1
28
28
29
29
// Binary version
30
30
#define XWEBRTC_BINARY_CURRENT 1
You can’t perform that action at this time.
0 commit comments