Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(dependency): OCaml -> 4.11.2 #1050

Merged
merged 7 commits into from
Mar 3, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Formatting
  • Loading branch information
bryphe committed Mar 2, 2021
commit db19f088a002e2b45f00bd21c8543741a3e3aca3
4 changes: 3 additions & 1 deletion examples/Examples.re
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 388,9 @@ let init = app => {
print_endline(Printf.sprintf("Moved: %d x %d", x, y))
);

print_endline(Printf.sprintf("Operating system: %s", Environment.osString));
print_endline(
Printf.sprintf("Operating system: %s", Environment.osString),
);

let _renderFunction =
UI.start(window, <ExampleHost window initialExample />);
Expand Down
4 changes: 2 additions & 2 deletions src/Utility/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 3,5 @@
(public_name Revery.Utility)
(preprocess
(pps ppx_deriving.show))
(libraries threads str lwt sdl2 skia flex Rench re Revery_Core
Revery_UI Revery_TextWrap timber))
(libraries threads str lwt sdl2 skia flex Rench re Revery_Core Revery_UI
Revery_TextWrap timber))
6 changes: 3 additions & 3 deletions src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 3,9 @@
(public_name Revery)
(preprocess
(pps brisk-reconciler.ppx lwt_ppx))
(libraries lwt lwt.unix sdl2 Revery_Core Revery_Font Revery_Draw
Revery_Math Revery_UI Revery_UI_Components Revery_Native
Revery_UI_Primitives Revery_UI_Hooks Revery_Utility Revery_SVG))
(libraries lwt lwt.unix sdl2 Revery_Core Revery_Font Revery_Draw Revery_Math
Revery_UI Revery_UI_Components Revery_Native Revery_UI_Primitives
Revery_UI_Hooks Revery_Utility Revery_SVG))

(documentation
(package Revery)
Expand Down